org.neo4j.kernel.management
Interface Cache


public interface Cache


Field Summary
static String NAME
           
 
Method Summary
 void clear()
           
 String getCacheType()
           
 int getNodeCacheSize()
           
 int getRelationshipCacheSize()
           
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values
Method Detail

getCacheType

String getCacheType()

getNodeCacheSize

int getNodeCacheSize()

getRelationshipCacheSize

int getRelationshipCacheSize()

clear

void clear()


Copyright © 2010 Neo4j. All Rights Reserved.